Skip to main content

All Questions

Tagged with
0votes
1answer
385views

Cannot install postgres on Centos 7 as signature cannot be verified/gpg keys not imported

I am currently trying to access a postgres 12 RDS on a private VPC through an EC2 instance on the same VPC, and in order to do so I am trying to install postgres on this instance (which is a Centos 7 ...
ArthurS's user avatar
0votes
0answers
96views

Unable to start posgtresql on AlmaLinux 8.4

I’ve been working with the database for over a year, but after rebooting the server I can’t start postgresql: Job for postgresql.service failed because a fatal signal was delivered causing the control ...
Hitriy's user avatar
-1votes
2answers
3kviews

what is the version relationship about postgresql-devel and postgresql

Are the postgresql-devel version have a relationship with postgresql? is it have a version matrix? if I installed postgresql 13, how to install the postgresql 13 mapped postgresql-devel version in the ...
Dolphin's user avatar
0votes
1answer
667views

Install ecpg on Centos 8

How can I install the ecpg tool in Centos8? According to its description, it is included in the postgresql-server-devel.x86_64package, but once installed I can't found it. Moreover, it seems it is not ...
arturn's user avatar
1vote
0answers
8kviews

yum update returns conflicts with postgresql

cat /etc/centos-release CentOS Linux release 8.3.2011 yum update returns errors as seen below, some conflicts with postgresql 12 installation. Following this guide: Install psql 12 on Centos8 I ...
Roko's user avatar
  • 111
0votes
2answers
964views

How to install PostGIS on CentOS 8

I'm having a hard time installing PostGIS on CentOS 8. First I installed the PostgreSQL 12 with this tutorial. Then I headed to this page: You will also need to install and/or build GEOS, Proj, GDAL, ...
Sasan's user avatar
3votes
1answer
2kviews

Unusual repos error when install postgresql11 on CentOS7

I was try to install postgresql11 on CentOS7. I found the instruction of install in offical site: https://www.postgresql.org/download/linux/redhat/ Then I follow it's step and select following ...
Archer Hu's user avatar
8votes
3answers
25kviews

install postgresql-12 in CentOS-8 got No match for argument: postgresql12

I am trying to install postgresql-12 in CentOS-8 I added the postgresql repository according to postgresql.org website https://www.postgresql.org/download/linux/redhat/ dnf install https://...
Cloud-Lover's user avatar
0votes
0answers
55views

Uploading Postgresql repo to CentOS

I've been wrestling with getting my repo set up on Vultr CentOS server, and ran into several issues. In short, I want to know how people get their backend repo up on the CentOS server. Is moving the ...
Joseph K.'s user avatar
0votes
1answer
1kviews

How can I `initdb` of postgresql in CentOS7.2?

In CentOS 6 I can use service for initdb of postgresql-9.3: service postgresql-9.3 initdb But, in the CentOS7, I tried bellow, find I can initdb it: # service postgresql-11 initdb The service ...
sof-03's user avatar
1vote
3answers
678views

How to install `pg_recvlogical` to Centos 6?

I have a Centos 6 installed. I did yum update. I need pg_recvlogical. I didn't find it using yum search pg_recvlogical so I found it mentioned here. So I download it and wanted to install using rpm -...
Ondra Žižka's user avatar
1vote
1answer
2kviews

How can I start a service after PostGres has booted?

I'm using CentOS 7. I have a nodeJS server I want to run as a service, but I would prefer the service started after my PostGres 9.6 server had booted. I tried specifying after in my service ...
Dave's user avatar
  • 2,738
3votes
3answers
8kviews

Cannot install postgresql 9.4 on Centos 7

I am following https://www.postgresql.org/download/linux/redhat/ to install postgrsql 9.4 on Centos 7, using the command: yum install https://download.postgresql.org/pub/repos/yum/9.4/redhat/rhel-...
Mehdi Haghgoo's user avatar
1vote
1answer
54views

Would Upgrading Postgres on CentOS Break It?

I am trying to install PostgreSQL server on my CentOS machine. From what I read here (https://www.postgresql.org/docs/current/static/upgrading.html) It seems like Postgres does not guarantee backward ...
ccld44's user avatar
0votes
2answers
573views

how to create postgresql database using linux commandline

I have tried to create a postgresql database from linux(CentOS) command line by executing the following, psql -U admin -p55432 postgres -c "CREATE DATABASE TEST_DB" Created database name appeared as "...
Picasu27's user avatar

153050per page
close